HEAD Method - gets metadata info

Methods - defines the actions required for the web server to perform

Created: 2022-09-23


Example:

  1. use a HEAD request to find out the last time a resource was updated,
  2. then only use the (more "expensive") GET request to download the resource if it has changed.